home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / rockpaper.swf / scripts / frame_155 / DoAction.as
Text File  |  2007-09-27  |  146b  |  9 lines

  1. if(appRoot.currentSection == "main")
  2. {
  3.    appRoot.gotoAndPlay("mainwipeback");
  4. }
  5. else
  6. {
  7.    appRoot.gotoAndPlay(appRoot.currentSection);
  8. }
  9.